Html Css Color HEX #6403CE Purple Heart

📋 copy color: '#6403CE'

red 100 ◦ green 3 ◦ blue 206

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

Shades of Purple Heart #6403CE

Tints of Purple Heart #6403CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.67%

R = 32.36%
G = 0.97%
B = 66.67%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6403CE (or 0x6403CE) is known color: Purple Heart. HEX triplet: 64, 03 and CE. RGB value is (100,3,206). Sum of RGB (Red+Green+Blue) = 100+3+206=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #6403CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6403CE is #9BFC31. Grayscale: #363636. Windows color (decimal): -10222642 or 13501284. OLE color: 13501284.

HSL color Cylindrical-coordinate representation of color #6403CE: hue angle of 268.67º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6403CE is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 3 206 -
CMYK 0.51 0.99 0 0.19
HSL 268.67º 0.97% 0.41% -
HSV(B) 268.67º 0.99% 0.81% -
XYZ 16.43 7.23 58.92 -
YUV 55.15 213.14 159.99 -
System Red Green Blue C M Y K H S L
Decimal 100 3 206 0.51 0.99 0 0.19 268.67 0.97 0.41
Hex 64 3 CE 33 63 0 13 10D 61 29
Octal 144 3 316 63 143 0 23 415 141 51
Binary 1100100 11 11001110 110011 1100011 0 10011 100001101 1100001 101001

Color Harmonies of #6403CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6403CE

Black with #6403CE

Text Example


Text Example

White with #6403CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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