Html Css Color HEX #6937CD Purple Heart

📋 copy color: '#6937CD'

red 105 ◦ green 55 ◦ blue 205

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

Shades of Purple Heart #6937CD

Tints of Purple Heart #6937CD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.07%

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

R = 28.77%
G = 15.07%
B = 56.16%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6937CD (or 0x6937CD) is known color: Purple Heart. HEX triplet: 69, 37 and CD. RGB value is (105,55,205). Sum of RGB (Red+Green+Blue) = 105+55+205=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #6937CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6937CD is #96C832. Grayscale: #565656. Windows color (decimal): -9881651 or 13449065. OLE color: 13449065.

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

Color convert

RGB 105 55 205 -
CMYK 0.49 0.73 0 0.20
HSL 260º 0.6% 0.51% -
HSV(B) 260º 0.73% 0.8% -
XYZ 18.21 10.14 58.76 -
YUV 87.05 194.57 140.8 -
System Red Green Blue C M Y K H S L
Decimal 105 55 205 0.49 0.73 0 0.20 260 0.6 0.51
Hex 69 37 CD 31 49 0 14 104 3C 33
Octal 151 67 315 61 111 0 24 404 74 63
Binary 1101001 110111 11001101 110001 1001001 0 10100 100000100 111100 110011

Color Harmonies of #6937CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6937CD

Black with #6937CD

Text Example


Text Example

White with #6937CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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