Html Css Color HEX #6A3CCB Purple Heart

📋 copy color: '#6A3CCB'

red 106 ◦ green 60 ◦ blue 203

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

Shades of Purple Heart #6A3CCB

Tints of Purple Heart #6A3CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.26%

 BLUE value IS 203 (79.69% from 255) = 55.01%

R = 28.73%
G = 16.26%
B = 55.01%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A3CCB (or 0x6A3CCB) is known color: Purple Heart. HEX triplet: 6A, 3C and CB. RGB value is (106,60,203). Sum of RGB (Red+Green+Blue) = 106+60+203=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A3CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3CCB is #95C334. Grayscale: #595959. Windows color (decimal): -9814837 or 13319274. OLE color: 13319274.

HSL color Cylindrical-coordinate representation of color #6A3CCB: hue angle of 259.3º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A3CCB is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 60 203 -
CMYK 0.48 0.70 0 0.20
HSL 259.3º 0.58% 0.52% -
HSV(B) 259.3º 0.7% 0.8% -
XYZ 18.34 10.61 57.58 -
YUV 90.06 191.74 139.37 -
System Red Green Blue C M Y K H S L
Decimal 106 60 203 0.48 0.70 0 0.20 259.3 0.58 0.52
Hex 6A 3C CB 30 46 0 14 103 3A 34
Octal 152 74 313 60 106 0 24 403 72 64
Binary 1101010 111100 11001011 110000 1000110 0 10100 100000011 111010 110100

Color Harmonies of #6A3CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3CCB

Black with #6A3CCB

Text Example


Text Example

White with #6A3CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,60,203); }

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

background-color css

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

 a { background-color: rgb(106,60,203); }

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

border-color css

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

 span { border-color: rgb(106,60,203); }

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