Html Css Color HEX #6413CF Purple Heart

📋 copy color: '#6413CF'

red 100 ◦ green 19 ◦ blue 207

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

Shades of Purple Heart #6413CF

Tints of Purple Heart #6413CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.83%

 BLUE value IS 207 (81.25% from 255) = 63.5%

R = 30.67%
G = 5.83%
B = 63.5%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6413CF (or 0x6413CF) is known color: Purple Heart. HEX triplet: 64, 13 and CF. RGB value is (100,19,207). Sum of RGB (Red+Green+Blue) = 100+19+207=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #6413CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6413CF is #9BEC30. Grayscale: #3F3F3F. Windows color (decimal): -10218545 or 13570916. OLE color: 13570916.

HSL color Cylindrical-coordinate representation of color #6413CF: hue angle of 265.85º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6413CF is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 19 207 -
CMYK 0.52 0.91 0 0.19
HSL 265.85º 0.83% 0.44% -
HSV(B) 265.85º 0.91% 0.81% -
XYZ 16.75 7.68 59.63 -
YUV 64.65 208.34 153.21 -
System Red Green Blue C M Y K H S L
Decimal 100 19 207 0.52 0.91 0 0.19 265.85 0.83 0.44
Hex 64 13 CF 34 5B 0 13 10A 53 2C
Octal 144 23 317 64 133 0 23 412 123 54
Binary 1100100 10011 11001111 110100 1011011 0 10011 100001010 1010011 101100

Color Harmonies of #6413CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6413CF

Black with #6413CF

Text Example


Text Example

White with #6413CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6413CF; }

 p { color: rgb(100,19,207); }

 H1.HeaderClassName
 {
   color: #6413CF;
 }
 .AnyTagClassName
 {
   color: #6413CF;
 }
</style>

background-color css

<style>
 a { background-color: #6413CF; }

 a { background-color: rgb(100,19,207); }

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

border-color css

<style>
 span { border-color: #6413CF; }

 span { border-color: rgb(100,19,207); }

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