Html Css Color HEX #6C32CA Purple Heart

📋 copy color: '#6C32CA'

red 108 ◦ green 50 ◦ blue 202

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

Shades of Purple Heart #6C32CA

Tints of Purple Heart #6C32CA

RGB

 RED value IS 108 (42.58% from 255) = 30%

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

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

R = 30%
G = 13.89%
B = 56.11%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C32CA (or 0x6C32CA) is known color: Purple Heart. HEX triplet: 6C, 32 and CA. RGB value is (108,50,202). Sum of RGB (Red+Green+Blue) = 108+50+202=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C32CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C32CA is #93CD35. Grayscale: #545454. Windows color (decimal): -9686326 or 13251180. OLE color: 13251180.

HSL color Cylindrical-coordinate representation of color #6C32CA: hue angle of 262.89º 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 #6C32CA is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 50 202 -
CMYK 0.47 0.75 0 0.21
HSL 262.89º 0.6% 0.49% -
HSV(B) 262.89º 0.75% 0.79% -
XYZ 17.99 9.73 56.81 -
YUV 84.67 194.22 144.64 -
System Red Green Blue C M Y K H S L
Decimal 108 50 202 0.47 0.75 0 0.21 262.89 0.6 0.49
Hex 6C 32 CA 2F 4B 0 15 107 3C 31
Octal 154 62 312 57 113 0 25 407 74 61
Binary 1101100 110010 11001010 101111 1001011 0 10101 100000111 111100 110001

Color Harmonies of #6C32CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C32CA

Black with #6C32CA

Text Example


Text Example

White with #6C32CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C32CA; }

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

 H1.HeaderClassName
 {
   color: #6C32CA;
 }
 .AnyTagClassName
 {
   color: #6C32CA;
 }
</style>

background-color css

<style>
 a { background-color: #6C32CA; }

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

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

border-color css

<style>
 span { border-color: #6C32CA; }

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

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