Html Css Color HEX #6A30DF Purple Heart

📋 copy color: '#6A30DF'

red 106 ◦ green 48 ◦ blue 223

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

Shades of Purple Heart #6A30DF

Tints of Purple Heart #6A30DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.15%

R = 28.12%
G = 12.73%
B = 59.15%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A30DF (or 0x6A30DF) is known color: Purple Heart. HEX triplet: 6A, 30 and DF. RGB value is (106,48,223). Sum of RGB (Red+Green+Blue) = 106+48+223=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A30DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A30DF is #95CF20. Grayscale: #545454. Windows color (decimal): -9817889 or 14626922. OLE color: 14626922.

HSL color Cylindrical-coordinate representation of color #6A30DF: hue angle of 259.89º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A30DF is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 48 223 -
CMYK 0.52 0.78 0 0.13
HSL 259.89º 0.73% 0.53% -
HSV(B) 259.89º 0.78% 0.87% -
XYZ 20.32 10.51 70.77 -
YUV 85.29 205.72 142.77 -
System Red Green Blue C M Y K H S L
Decimal 106 48 223 0.52 0.78 0 0.13 259.89 0.73 0.53
Hex 6A 30 DF 34 4E 0 D 104 49 35
Octal 152 60 337 64 116 0 15 404 111 65
Binary 1101010 110000 11011111 110100 1001110 0 1101 100000100 1001001 110101

Color Harmonies of #6A30DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A30DF

Black with #6A30DF

Text Example


Text Example

White with #6A30DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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