Html Css Color HEX #6A15CD Purple Heart

📋 copy color: '#6A15CD'

red 106 ◦ green 21 ◦ blue 205

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

Shades of Purple Heart #6A15CD

Tints of Purple Heart #6A15CD

RGB

 RED value IS 106 (41.8% from 255) = 31.93%

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

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

R = 31.93%
G = 6.33%
B = 61.75%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A15CD (or 0x6A15CD) is known color: Purple Heart. HEX triplet: 6A, 15 and CD. RGB value is (106,21,205). Sum of RGB (Red+Green+Blue) = 106+21+205=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A15CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A15CD is #95EA32. Grayscale: #424242. Windows color (decimal): -9824819 or 13440362. OLE color: 13440362.

HSL color Cylindrical-coordinate representation of color #6A15CD: hue angle of 267.72º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A15CD is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 21 205 -
CMYK 0.48 0.90 0 0.20
HSL 267.72º 0.81% 0.44% -
HSV(B) 267.72º 0.9% 0.8% -
XYZ 17.23 8.01 58.4 -
YUV 67.39 205.66 155.54 -
System Red Green Blue C M Y K H S L
Decimal 106 21 205 0.48 0.90 0 0.20 267.72 0.81 0.44
Hex 6A 15 CD 30 5A 0 14 10C 51 2C
Octal 152 25 315 60 132 0 24 414 121 54
Binary 1101010 10101 11001101 110000 1011010 0 10100 100001100 1010001 101100

Color Harmonies of #6A15CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A15CD

Black with #6A15CD

Text Example


Text Example

White with #6A15CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A15CD; }

 p { color: rgb(106,21,205); }

 H1.HeaderClassName
 {
   color: #6A15CD;
 }
 .AnyTagClassName
 {
   color: #6A15CD;
 }
</style>

background-color css

<style>
 a { background-color: #6A15CD; }

 a { background-color: rgb(106,21,205); }

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

border-color css

<style>
 span { border-color: #6A15CD; }

 span { border-color: rgb(106,21,205); }

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