Html Css Color HEX #6A30DB Purple Heart

📋 copy color: '#6A30DB'

red 106 ◦ green 48 ◦ blue 219

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

Shades of Purple Heart #6A30DB

Tints of Purple Heart #6A30DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.87%

 BLUE value IS 219 (85.94% from 255) = 58.71%

R = 28.42%
G = 12.87%
B = 58.71%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A30DB (or 0x6A30DB) is known color: Purple Heart. HEX triplet: 6A, 30 and DB. RGB value is (106,48,219). Sum of RGB (Red+Green+Blue) = 106+48+219=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A30DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A30DB is #95CF24. Grayscale: #545454. Windows color (decimal): -9817893 or 14364778. OLE color: 14364778.

HSL color Cylindrical-coordinate representation of color #6A30DB: hue angle of 260.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A30DB is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 48 219 -
CMYK 0.52 0.78 0 0.14
HSL 260.35º 0.7% 0.52% -
HSV(B) 260.35º 0.78% 0.86% -
XYZ 19.79 10.29 67.96 -
YUV 84.84 203.72 143.1 -
System Red Green Blue C M Y K H S L
Decimal 106 48 219 0.52 0.78 0 0.14 260.35 0.7 0.52
Hex 6A 30 DB 34 4E 0 E 104 46 34
Octal 152 60 333 64 116 0 16 404 106 64
Binary 1101010 110000 11011011 110100 1001110 0 1110 100000100 1000110 110100

Color Harmonies of #6A30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A30DB

Black with #6A30DB

Text Example


Text Example

White with #6A30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,48,219); }

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

background-color css

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

 a { background-color: rgb(106,48,219); }

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

border-color css

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

 span { border-color: rgb(106,48,219); }

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