Html Css Color HEX #6403C2 Purple Heart

📋 copy color: '#6403C2'

red 100 ◦ green 3 ◦ blue 194

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

Shades of Purple Heart #6403C2

Tints of Purple Heart #6403C2

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

 BLUE value IS 194 (76.17% from 255) = 65.32%

R = 33.67%
G = 1.01%
B = 65.32%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6403C2 (or 0x6403C2) is known color: Purple Heart. HEX triplet: 64, 03 and C2. RGB value is (100,3,194). Sum of RGB (Red+Green+Blue) = 100+3+194=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 194 (76.17% from 255 or 65.32% from 297); Max value from RGB is 194 - color contains mainly: blue. Hex color #6403C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6403C2 is #9BFC3D. Grayscale: #353535. Windows color (decimal): -10222654 or 12714852. OLE color: 12714852.

HSL color Cylindrical-coordinate representation of color #6403C2: hue angle of 270.47º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6403C2 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 3 194 -
CMYK 0.48 0.98 0 0.24
HSL 270.47º 0.97% 0.39% -
HSV(B) 270.47º 0.98% 0.76% -
XYZ 15.03 6.67 51.53 -
YUV 53.78 207.14 160.97 -
System Red Green Blue C M Y K H S L
Decimal 100 3 194 0.48 0.98 0 0.24 270.47 0.97 0.39
Hex 64 3 C2 30 62 0 18 10E 61 27
Octal 144 3 302 60 142 0 30 416 141 47
Binary 1100100 11 11000010 110000 1100010 0 11000 100001110 1100001 100111

Color Harmonies of #6403C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6403C2

Black with #6403C2

Text Example


Text Example

White with #6403C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6403C2; }

 p { color: rgb(100,3,194); }

 H1.HeaderClassName
 {
   color: #6403C2;
 }
 .AnyTagClassName
 {
   color: #6403C2;
 }
</style>

background-color css

<style>
 a { background-color: #6403C2; }

 a { background-color: rgb(100,3,194); }

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

border-color css

<style>
 span { border-color: #6403C2; }

 span { border-color: rgb(100,3,194); }

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