Html Css Color HEX #6427CA Purple Heart

📋 copy color: '#6427CA'

red 100 ◦ green 39 ◦ blue 202

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

Shades of Purple Heart #6427CA

Tints of Purple Heart #6427CA

RGB

 RED value IS 100 (39.45% from 255) = 29.33%

 GREEN value IS 39 (15.63% from 255) = 11.44%

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

R = 29.33%
G = 11.44%
B = 59.24%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6427CA (or 0x6427CA) is known color: Purple Heart. HEX triplet: 64, 27 and CA. RGB value is (100,39,202). Sum of RGB (Red+Green+Blue) = 100+39+202=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #6427CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6427CA is #9BD835. Grayscale: #4B4B4B. Windows color (decimal): -10213430 or 13248356. OLE color: 13248356.

HSL color Cylindrical-coordinate representation of color #6427CA: hue angle of 262.45º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6427CA is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 39 202 -
CMYK 0.50 0.81 0 0.21
HSL 262.45º 0.68% 0.47% -
HSV(B) 262.45º 0.81% 0.79% -
XYZ 16.64 8.42 56.63 -
YUV 75.82 199.21 145.25 -
System Red Green Blue C M Y K H S L
Decimal 100 39 202 0.50 0.81 0 0.21 262.45 0.68 0.47
Hex 64 27 CA 32 51 0 15 106 44 2F
Octal 144 47 312 62 121 0 25 406 104 57
Binary 1100100 100111 11001010 110010 1010001 0 10101 100000110 1000100 101111

Color Harmonies of #6427CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6427CA

Black with #6427CA

Text Example


Text Example

White with #6427CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,39,202); }

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

background-color css

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

 a { background-color: rgb(100,39,202); }

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

border-color css

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

 span { border-color: rgb(100,39,202); }

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