Html Css Color HEX #6326CB Purple Heart

📋 copy color: '#6326CB'

red 99 ◦ green 38 ◦ blue 203

#6326CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6326CB

Tints of Purple Heart #6326CB

RGB

 RED value IS 99 (39.06% from 255) = 29.12%

 GREEN value IS 38 (15.23% from 255) = 11.18%

 BLUE value IS 203 (79.69% from 255) = 59.71%

R = 29.12%
G = 11.18%
B = 59.71%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6326CB (or 0x6326CB) is known color: Purple Heart. HEX triplet: 63, 26 and CB. RGB value is (99,38,203). Sum of RGB (Red+Green+Blue) = 99+38+203=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #6326CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6326CB is #9CD934. Grayscale: #4A4A4A. Windows color (decimal): -10279221 or 13313635. OLE color: 13313635.

HSL color Cylindrical-coordinate representation of color #6326CB: hue angle of 262.18º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6326CB is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 38 203 -
CMYK 0.51 0.81 0 0.20
HSL 262.18º 0.68% 0.47% -
HSV(B) 262.18º 0.81% 0.8% -
XYZ 16.62 8.35 57.24 -
YUV 75.05 200.21 145.08 -
System Red Green Blue C M Y K H S L
Decimal 99 38 203 0.51 0.81 0 0.20 262.18 0.68 0.47
Hex 63 26 CB 33 51 0 14 106 44 2F
Octal 143 46 313 63 121 0 24 406 104 57
Binary 1100011 100110 11001011 110011 1010001 0 10100 100000110 1000100 101111

Color Harmonies of #6326CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6326CB

Black with #6326CB

Text Example


Text Example

White with #6326CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6326CB; }

 p { color: rgb(99,38,203); }

 H1.HeaderClassName
 {
   color: #6326CB;
 }
 .AnyTagClassName
 {
   color: #6326CB;
 }
</style>

background-color css

<style>
 a { background-color: #6326CB; }

 a { background-color: rgb(99,38,203); }

 div.DivClassName
 {
   background-color: #6326CB;
 }
 .BgClassName
 {
   background-color: #6326CB;
 }
</style>

border-color css

<style>
 span { border-color: #6326CB; }

 span { border-color: rgb(99,38,203); }

 td.TdClassName
 {
   border-color: #6326CB;
 }
 .TagClassName
 {
   border-color: #6326CB;
 }
</style>