Html Css Color HEX #6A03CB Purple Heart

📋 copy color: '#6A03CB'

red 106 ◦ green 3 ◦ blue 203

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

Shades of Purple Heart #6A03CB

Tints of Purple Heart #6A03CB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 33.97%
G = 0.96%
B = 65.06%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A03CB (or 0x6A03CB) is known color: Purple Heart. HEX triplet: 6A, 03 and CB. RGB value is (106,3,203). Sum of RGB (Red+Green+Blue) = 106+3+203=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A03CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A03CB is #95FC34. Grayscale: #373737. Windows color (decimal): -9829429 or 13304682. OLE color: 13304682.

HSL color Cylindrical-coordinate representation of color #6A03CB: hue angle of 270.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A03CB is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 3 203 -
CMYK 0.48 0.99 0 0.20
HSL 270.9º 0.97% 0.4% -
HSV(B) 270.9º 0.99% 0.8% -
XYZ 16.76 7.44 57.05 -
YUV 56.6 210.62 163.24 -
System Red Green Blue C M Y K H S L
Decimal 106 3 203 0.48 0.99 0 0.20 270.9 0.97 0.4
Hex 6A 3 CB 30 63 0 14 10F 61 28
Octal 152 3 313 60 143 0 24 417 141 50
Binary 1101010 11 11001011 110000 1100011 0 10100 100001111 1100001 101000

Color Harmonies of #6A03CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A03CB

Black with #6A03CB

Text Example


Text Example

White with #6A03CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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