Html Css Color HEX #6910BC Purple Heart

📋 copy color: '#6910BC'

red 105 ◦ green 16 ◦ blue 188

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

Shades of Purple Heart #6910BC

Tints of Purple Heart #6910BC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.18%

 BLUE value IS 188 (73.83% from 255) = 60.84%

R = 33.98%
G = 5.18%
B = 60.84%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6910BC (or 0x6910BC) is known color: Purple Heart. HEX triplet: 69, 10 and BC. RGB value is (105,16,188). Sum of RGB (Red+Green+Blue) = 105+16+188=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #6910BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6910BC is #96EF43. Grayscale: #3D3D3D. Windows color (decimal): -9891652 or 12324969. OLE color: 12324969.

HSL color Cylindrical-coordinate representation of color #6910BC: hue angle of 271.05º degrees, saturation: 0.84, 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 #6910BC is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 16 188 -
CMYK 0.44 0.91 0 0.26
HSL 271.05º 0.84% 0.4% -
HSV(B) 271.05º 0.91% 0.74% -
XYZ 15.09 7 48.13 -
YUV 62.22 198.99 158.51 -
System Red Green Blue C M Y K H S L
Decimal 105 16 188 0.44 0.91 0 0.26 271.05 0.84 0.4
Hex 69 10 BC 2C 5B 0 1A 10F 54 28
Octal 151 20 274 54 133 0 32 417 124 50
Binary 1101001 10000 10111100 101100 1011011 0 11010 100001111 1010100 101000

Color Harmonies of #6910BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6910BC

Black with #6910BC

Text Example


Text Example

White with #6910BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6910BC; }

 p { color: rgb(105,16,188); }

 H1.HeaderClassName
 {
   color: #6910BC;
 }
 .AnyTagClassName
 {
   color: #6910BC;
 }
</style>

background-color css

<style>
 a { background-color: #6910BC; }

 a { background-color: rgb(105,16,188); }

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

border-color css

<style>
 span { border-color: #6910BC; }

 span { border-color: rgb(105,16,188); }

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