Html Css Color HEX #6942CD Purple Heart

📋 copy color: '#6942CD'

red 105 ◦ green 66 ◦ blue 205

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

Shades of Purple Heart #6942CD

Tints of Purple Heart #6942CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.55%

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

R = 27.93%
G = 17.55%
B = 54.52%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6942CD (or 0x6942CD) is known color: Purple Heart. HEX triplet: 69, 42 and CD. RGB value is (105,66,205). Sum of RGB (Red+Green+Blue) = 105+66+205=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #6942CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6942CD is #96BD32. Grayscale: #5C5C5C. Windows color (decimal): -9878835 or 13451881. OLE color: 13451881.

HSL color Cylindrical-coordinate representation of color #6942CD: hue angle of 256.83º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6942CD is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 66 205 -
CMYK 0.49 0.68 0 0.20
HSL 256.83º 0.58% 0.53% -
HSV(B) 256.83º 0.68% 0.8% -
XYZ 18.79 11.31 58.95 -
YUV 93.51 190.92 136.2 -
System Red Green Blue C M Y K H S L
Decimal 105 66 205 0.49 0.68 0 0.20 256.83 0.58 0.53
Hex 69 42 CD 31 44 0 14 101 3A 35
Octal 151 102 315 61 104 0 24 401 72 65
Binary 1101001 1000010 11001101 110001 1000100 0 10100 100000001 111010 110101

Color Harmonies of #6942CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6942CD

Black with #6942CD

Text Example


Text Example

White with #6942CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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