Html Css Color HEX #6942BD Purple Heart

📋 copy color: '#6942BD'

red 105 ◦ green 66 ◦ blue 189

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

Shades of Purple Heart #6942BD

Tints of Purple Heart #6942BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.5%

R = 29.17%
G = 18.33%
B = 52.5%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6942BD (or 0x6942BD) is known color: Purple Heart. HEX triplet: 69, 42 and BD. RGB value is (105,66,189). Sum of RGB (Red+Green+Blue) = 105+66+189=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #6942BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6942BD is #96BD42. Grayscale: #5B5B5B. Windows color (decimal): -9878851 or 12403305. OLE color: 12403305.

HSL color Cylindrical-coordinate representation of color #6942BD: hue angle of 259.02º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6942BD is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 66 189 -
CMYK 0.44 0.65 0 0.26
HSL 259.02º 0.48% 0.5% -
HSV(B) 259.02º 0.65% 0.74% -
XYZ 16.96 10.57 49.29 -
YUV 91.68 182.92 137.5 -
System Red Green Blue C M Y K H S L
Decimal 105 66 189 0.44 0.65 0 0.26 259.02 0.48 0.5
Hex 69 42 BD 2C 41 0 1A 103 30 32
Octal 151 102 275 54 101 0 32 403 60 62
Binary 1101001 1000010 10111101 101100 1000001 0 11010 100000011 110000 110010

Color Harmonies of #6942BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6942BD

Black with #6942BD

Text Example


Text Example

White with #6942BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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