Html Css Color HEX #6A3ABC Purple Heart

📋 copy color: '#6A3ABC'

red 106 ◦ green 58 ◦ blue 188

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

Shades of Purple Heart #6A3ABC

Tints of Purple Heart #6A3ABC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.48%

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

R = 30.11%
G = 16.48%
B = 53.41%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6A3ABC (or 0x6A3ABC) is known color: Purple Heart. HEX triplet: 6A, 3A and BC. RGB value is (106,58,188). Sum of RGB (Red+Green+Blue) = 106+58+188=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A3ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3ABC is #95C543. Grayscale: #565656. Windows color (decimal): -9815364 or 12335722. OLE color: 12335722.

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

Color convert

RGB 106 58 188 -
CMYK 0.44 0.69 0 0.26
HSL 262.15º 0.53% 0.48% -
HSV(B) 262.15º 0.69% 0.74% -
XYZ 16.53 9.72 48.58 -
YUV 87.17 184.9 141.43 -
System Red Green Blue C M Y K H S L
Decimal 106 58 188 0.44 0.69 0 0.26 262.15 0.53 0.48
Hex 6A 3A BC 2C 45 0 1A 106 35 30
Octal 152 72 274 54 105 0 32 406 65 60
Binary 1101010 111010 10111100 101100 1000101 0 11010 100000110 110101 110000

Color Harmonies of #6A3ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3ABC

Black with #6A3ABC

Text Example


Text Example

White with #6A3ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,58,188); }

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

background-color css

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

 a { background-color: rgb(106,58,188); }

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

border-color css

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

 span { border-color: rgb(106,58,188); }

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