Html Css Color HEX #6810BC Purple Heart

📋 copy color: '#6810BC'

red 104 ◦ green 16 ◦ blue 188

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

Shades of Purple Heart #6810BC

Tints of Purple Heart #6810BC

RGB

 RED value IS 104 (41.02% from 255) = 33.77%

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

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

R = 33.77%
G = 5.19%
B = 61.04%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6810BC (or 0x6810BC) is known color: Purple Heart. HEX triplet: 68, 10 and BC. RGB value is (104,16,188). Sum of RGB (Red+Green+Blue) = 104+16+188=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #6810BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6810BC is #97EF43. Grayscale: #3D3D3D. Windows color (decimal): -9957188 or 12324968. OLE color: 12324968.

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

Color convert

RGB 104 16 188 -
CMYK 0.45 0.91 0 0.26
HSL 270.7º 0.84% 0.4% -
HSV(B) 270.7º 0.91% 0.74% -
XYZ 14.97 6.94 48.13 -
YUV 61.92 199.15 158.01 -
System Red Green Blue C M Y K H S L
Decimal 104 16 188 0.45 0.91 0 0.26 270.7 0.84 0.4
Hex 68 10 BC 2D 5B 0 1A 10F 54 28
Octal 150 20 274 55 133 0 32 417 124 50
Binary 1101000 10000 10111100 101101 1011011 0 11010 100001111 1010100 101000

Color Harmonies of #6810BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6810BC

Black with #6810BC

Text Example


Text Example

White with #6810BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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