Html Css Color HEX #6A30CE Purple Heart

📋 copy color: '#6A30CE'

red 106 ◦ green 48 ◦ blue 206

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

Shades of Purple Heart #6A30CE

Tints of Purple Heart #6A30CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.22%

R = 29.44%
G = 13.33%
B = 57.22%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6A30CE (or 0x6A30CE) is known color: Purple Heart. HEX triplet: 6A, 30 and CE. RGB value is (106,48,206). Sum of RGB (Red+Green+Blue) = 106+48+206=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A30CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A30CE is #95CF31. Grayscale: #525252. Windows color (decimal): -9817906 or 13512810. OLE color: 13512810.

HSL color Cylindrical-coordinate representation of color #6A30CE: hue angle of 262.03º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A30CE is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 48 206 -
CMYK 0.49 0.77 0 0.19
HSL 262.03º 0.62% 0.5% -
HSV(B) 262.03º 0.77% 0.81% -
XYZ 18.14 9.63 59.3 -
YUV 83.35 197.22 144.15 -
System Red Green Blue C M Y K H S L
Decimal 106 48 206 0.49 0.77 0 0.19 262.03 0.62 0.5
Hex 6A 30 CE 31 4D 0 13 106 3E 32
Octal 152 60 316 61 115 0 23 406 76 62
Binary 1101010 110000 11001110 110001 1001101 0 10011 100000110 111110 110010

Color Harmonies of #6A30CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A30CE

Black with #6A30CE

Text Example


Text Example

White with #6A30CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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