Html Css Color HEX #6415D0 Purple Heart

📋 copy color: '#6415D0'

red 100 ◦ green 21 ◦ blue 208

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

Shades of Purple Heart #6415D0

Tints of Purple Heart #6415D0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.38%

 BLUE value IS 208 (81.64% from 255) = 63.22%

R = 30.4%
G = 6.38%
B = 63.22%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6415D0 (or 0x6415D0) is known color: Purple Heart. HEX triplet: 64, 15 and D0. RGB value is (100,21,208). Sum of RGB (Red+Green+Blue) = 100+21+208=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 208 (81.64% from 255 or 63.22% from 329); Max value from RGB is 208 - color contains mainly: blue. Hex color #6415D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6415D0 is #9BEA2F. Grayscale: #414141. Windows color (decimal): -10218032 or 13636964. OLE color: 13636964.

HSL color Cylindrical-coordinate representation of color #6415D0: hue angle of 265.35º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6415D0 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 21 208 -
CMYK 0.52 0.90 0 0.18
HSL 265.35º 0.82% 0.45% -
HSV(B) 265.35º 0.9% 0.82% -
XYZ 16.91 7.8 60.29 -
YUV 65.94 208.17 152.29 -
System Red Green Blue C M Y K H S L
Decimal 100 21 208 0.52 0.90 0 0.18 265.35 0.82 0.45
Hex 64 15 D0 34 5A 0 12 109 52 2D
Octal 144 25 320 64 132 0 22 411 122 55
Binary 1100100 10101 11010000 110100 1011010 0 10010 100001001 1010010 101101

Color Harmonies of #6415D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6415D0

Black with #6415D0

Text Example


Text Example

White with #6415D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6415D0; }

 p { color: rgb(100,21,208); }

 H1.HeaderClassName
 {
   color: #6415D0;
 }
 .AnyTagClassName
 {
   color: #6415D0;
 }
</style>

background-color css

<style>
 a { background-color: #6415D0; }

 a { background-color: rgb(100,21,208); }

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

border-color css

<style>
 span { border-color: #6415D0; }

 span { border-color: rgb(100,21,208); }

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