Html Css Color HEX #6915CD Purple Heart

📋 copy color: '#6915CD'

red 105 ◦ green 21 ◦ blue 205

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

Shades of Purple Heart #6915CD

Tints of Purple Heart #6915CD

RGB

 RED value IS 105 (41.41% from 255) = 31.72%

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

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

R = 31.72%
G = 6.34%
B = 61.93%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6915CD (or 0x6915CD) is known color: Purple Heart. HEX triplet: 69, 15 and CD. RGB value is (105,21,205). Sum of RGB (Red+Green+Blue) = 105+21+205=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #6915CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6915CD is #96EA32. Grayscale: #424242. Windows color (decimal): -9890355 or 13440361. OLE color: 13440361.

HSL color Cylindrical-coordinate representation of color #6915CD: hue angle of 267.39º 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 #6915CD is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 21 205 -
CMYK 0.49 0.90 0 0.20
HSL 267.39º 0.81% 0.44% -
HSV(B) 267.39º 0.9% 0.8% -
XYZ 17.11 7.95 58.39 -
YUV 67.09 205.83 155.04 -
System Red Green Blue C M Y K H S L
Decimal 105 21 205 0.49 0.90 0 0.20 267.39 0.81 0.44
Hex 69 15 CD 31 5A 0 14 10B 51 2C
Octal 151 25 315 61 132 0 24 413 121 54
Binary 1101001 10101 11001101 110001 1011010 0 10100 100001011 1010001 101100

Color Harmonies of #6915CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6915CD

Black with #6915CD

Text Example


Text Example

White with #6915CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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