Html Css Color HEX #6332CF Purple Heart

📋 copy color: '#6332CF'

red 99 ◦ green 50 ◦ blue 207

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

Shades of Purple Heart #6332CF

Tints of Purple Heart #6332CF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.04%

 BLUE value IS 207 (81.25% from 255) = 58.15%

R = 27.81%
G = 14.04%
B = 58.15%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6332CF (or 0x6332CF) is known color: Purple Heart. HEX triplet: 63, 32 and CF. RGB value is (99,50,207). Sum of RGB (Red+Green+Blue) = 99+50+207=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #6332CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6332CF is #9CCD30. Grayscale: #515151. Windows color (decimal): -10276145 or 13578851. OLE color: 13578851.

HSL color Cylindrical-coordinate representation of color #6332CF: hue angle of 258.73º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6332CF is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 50 207 -
CMYK 0.52 0.76 0 0.19
HSL 258.73º 0.62% 0.5% -
HSV(B) 258.73º 0.76% 0.81% -
XYZ 17.55 9.44 59.93 -
YUV 82.55 198.23 139.73 -
System Red Green Blue C M Y K H S L
Decimal 99 50 207 0.52 0.76 0 0.19 258.73 0.62 0.5
Hex 63 32 CF 34 4C 0 13 103 3E 32
Octal 143 62 317 64 114 0 23 403 76 62
Binary 1100011 110010 11001111 110100 1001100 0 10011 100000011 111110 110010

Color Harmonies of #6332CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6332CF

Black with #6332CF

Text Example


Text Example

White with #6332CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6332CF; }

 p { color: rgb(99,50,207); }

 H1.HeaderClassName
 {
   color: #6332CF;
 }
 .AnyTagClassName
 {
   color: #6332CF;
 }
</style>

background-color css

<style>
 a { background-color: #6332CF; }

 a { background-color: rgb(99,50,207); }

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

border-color css

<style>
 span { border-color: #6332CF; }

 span { border-color: rgb(99,50,207); }

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