Html Css Color HEX #6912BC Purple Heart

📋 copy color: '#6912BC'

red 105 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #6912BC

Tints of Purple Heart #6912BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.79%

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

R = 33.76%
G = 5.79%
B = 60.45%

CMYK

 C value IS 0.44

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6912BC (or 0x6912BC) is known color: Purple Heart. HEX triplet: 69, 12 and BC. RGB value is (105,18,188). Sum of RGB (Red+Green+Blue) = 105+18+188=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #6912BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6912BC is #96ED43. Grayscale: #3E3E3E. Windows color (decimal): -9891140 or 12325481. OLE color: 12325481.

HSL color Cylindrical-coordinate representation of color #6912BC: hue angle of 270.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6912BC is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 18 188 -
CMYK 0.44 0.90 0 0.26
HSL 270.71º 0.83% 0.4% -
HSV(B) 270.71º 0.9% 0.74% -
XYZ 15.12 7.07 48.14 -
YUV 63.39 198.32 157.68 -
System Red Green Blue C M Y K H S L
Decimal 105 18 188 0.44 0.90 0 0.26 270.71 0.83 0.4
Hex 69 12 BC 2C 5A 0 1A 10F 53 28
Octal 151 22 274 54 132 0 32 417 123 50
Binary 1101001 10010 10111100 101100 1011010 0 11010 100001111 1010011 101000

Color Harmonies of #6912BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6912BC

Black with #6912BC

Text Example


Text Example

White with #6912BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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