Html Css Color HEX #6A10BD Purple Heart

📋 copy color: '#6A10BD'

red 106 ◦ green 16 ◦ blue 189

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

Shades of Purple Heart #6A10BD

Tints of Purple Heart #6A10BD

RGB

 RED value IS 106 (41.8% from 255) = 34.08%

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

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

R = 34.08%
G = 5.14%
B = 60.77%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6A10BD (or 0x6A10BD) is known color: Purple Heart. HEX triplet: 6A, 10 and BD. RGB value is (106,16,189). Sum of RGB (Red+Green+Blue) = 106+16+189=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #6A10BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A10BD is #95EF42. Grayscale: #3E3E3E. Windows color (decimal): -9826115 or 12390506. OLE color: 12390506.

HSL color Cylindrical-coordinate representation of color #6A10BD: hue angle of 271.21º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A10BD is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 16 189 -
CMYK 0.44 0.92 0 0.26
HSL 271.21º 0.84% 0.4% -
HSV(B) 271.21º 0.92% 0.74% -
XYZ 15.31 7.11 48.71 -
YUV 62.63 199.32 158.93 -
System Red Green Blue C M Y K H S L
Decimal 106 16 189 0.44 0.92 0 0.26 271.21 0.84 0.4
Hex 6A 10 BD 2C 5C 0 1A 10F 54 28
Octal 152 20 275 54 134 0 32 417 124 50
Binary 1101010 10000 10111101 101100 1011100 0 11010 100001111 1010100 101000

Color Harmonies of #6A10BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A10BD

Black with #6A10BD

Text Example


Text Example

White with #6A10BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A10BD; }

 p { color: rgb(106,16,189); }

 H1.HeaderClassName
 {
   color: #6A10BD;
 }
 .AnyTagClassName
 {
   color: #6A10BD;
 }
</style>

background-color css

<style>
 a { background-color: #6A10BD; }

 a { background-color: rgb(106,16,189); }

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

border-color css

<style>
 span { border-color: #6A10BD; }

 span { border-color: rgb(106,16,189); }

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