Html Css Color HEX #6711BD Purple Heart

📋 copy color: '#6711BD'

red 103 ◦ green 17 ◦ blue 189

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

Shades of Purple Heart #6711BD

Tints of Purple Heart #6711BD

RGB

 RED value IS 103 (40.63% from 255) = 33.33%

 GREEN value IS 17 (7.03% from 255) = 5.5%

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

R = 33.33%
G = 5.5%
B = 61.17%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6711BD (or 0x6711BD) is known color: Purple Heart. HEX triplet: 67, 11 and BD. RGB value is (103,17,189). Sum of RGB (Red+Green+Blue) = 103+17+189=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #6711BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6711BD is #98EE42. Grayscale: #3D3D3D. Windows color (decimal): -10022467 or 12390759. OLE color: 12390759.

HSL color Cylindrical-coordinate representation of color #6711BD: hue angle of 270º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6711BD is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 17 189 -
CMYK 0.46 0.91 0 0.26
HSL 270º 0.83% 0.4% -
HSV(B) 270º 0.91% 0.74% -
XYZ 14.98 6.96 48.7 -
YUV 62.32 199.49 157.01 -
System Red Green Blue C M Y K H S L
Decimal 103 17 189 0.46 0.91 0 0.26 270 0.83 0.4
Hex 67 11 BD 2E 5B 0 1A 10E 53 28
Octal 147 21 275 56 133 0 32 416 123 50
Binary 1100111 10001 10111101 101110 1011011 0 11010 100001110 1010011 101000

Color Harmonies of #6711BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6711BD

Black with #6711BD

Text Example


Text Example

White with #6711BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,17,189); }

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

background-color css

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

 a { background-color: rgb(103,17,189); }

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

border-color css

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

 span { border-color: rgb(103,17,189); }

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