Html Css Color HEX #6416CD Purple Heart

📋 copy color: '#6416CD'

red 100 ◦ green 22 ◦ blue 205

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

Shades of Purple Heart #6416CD

Tints of Purple Heart #6416CD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.73%

 BLUE value IS 205 (80.47% from 255) = 62.69%

R = 30.58%
G = 6.73%
B = 62.69%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6416CD (or 0x6416CD) is known color: Purple Heart. HEX triplet: 64, 16 and CD. RGB value is (100,22,205). Sum of RGB (Red+Green+Blue) = 100+22+205=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #6416CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6416CD is #9BE932. Grayscale: #414141. Windows color (decimal): -10217779 or 13440612. OLE color: 13440612.

HSL color Cylindrical-coordinate representation of color #6416CD: hue angle of 265.57º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6416CD is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 22 205 -
CMYK 0.51 0.89 0 0.20
HSL 265.57º 0.81% 0.45% -
HSV(B) 265.57º 0.89% 0.8% -
XYZ 16.56 7.69 58.37 -
YUV 66.18 206.34 152.12 -
System Red Green Blue C M Y K H S L
Decimal 100 22 205 0.51 0.89 0 0.20 265.57 0.81 0.45
Hex 64 16 CD 33 59 0 14 10A 51 2D
Octal 144 26 315 63 131 0 24 412 121 55
Binary 1100100 10110 11001101 110011 1011001 0 10100 100001010 1010001 101101

Color Harmonies of #6416CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6416CD

Black with #6416CD

Text Example


Text Example

White with #6416CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6416CD; }

 p { color: rgb(100,22,205); }

 H1.HeaderClassName
 {
   color: #6416CD;
 }
 .AnyTagClassName
 {
   color: #6416CD;
 }
</style>

background-color css

<style>
 a { background-color: #6416CD; }

 a { background-color: rgb(100,22,205); }

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

border-color css

<style>
 span { border-color: #6416CD; }

 span { border-color: rgb(100,22,205); }

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