Html Css Color HEX #6332CA Purple Heart

📋 copy color: '#6332CA'

red 99 ◦ green 50 ◦ blue 202

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

Shades of Purple Heart #6332CA

Tints of Purple Heart #6332CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.55%

R = 28.21%
G = 14.25%
B = 57.55%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6332CA (or 0x6332CA) is known color: Purple Heart. HEX triplet: 63, 32 and CA. RGB value is (99,50,202). Sum of RGB (Red+Green+Blue) = 99+50+202=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #6332CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6332CA is #9CCD35. Grayscale: #515151. Windows color (decimal): -10276150 or 13251171. OLE color: 13251171.

HSL color Cylindrical-coordinate representation of color #6332CA: hue angle of 259.34º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6332CA is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 50 202 -
CMYK 0.51 0.75 0 0.21
HSL 259.34º 0.6% 0.49% -
HSV(B) 259.34º 0.75% 0.79% -
XYZ 16.95 9.2 56.76 -
YUV 81.98 195.73 140.14 -
System Red Green Blue C M Y K H S L
Decimal 99 50 202 0.51 0.75 0 0.21 259.34 0.6 0.49
Hex 63 32 CA 33 4B 0 15 103 3C 31
Octal 143 62 312 63 113 0 25 403 74 61
Binary 1100011 110010 11001010 110011 1001011 0 10101 100000011 111100 110001

Color Harmonies of #6332CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6332CA

Black with #6332CA

Text Example


Text Example

White with #6332CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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