Html Css Color HEX #6302B3 Purple Heart

📋 copy color: '#6302B3'

red 99 ◦ green 2 ◦ blue 179

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

Shades of Purple Heart #6302B3

Tints of Purple Heart #6302B3

RGB

 RED value IS 99 (39.06% from 255) = 35.36%

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 179 (70.31% from 255) = 63.93%

R = 35.36%
G = 0.71%
B = 63.93%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6302B3 (or 0x6302B3) is known color: Purple Heart. HEX triplet: 63, 02 and B3. RGB value is (99,2,179). Sum of RGB (Red+Green+Blue) = 99+2+179=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 179 (70.31% from 255 or 63.93% from 280); Max value from RGB is 179 - color contains mainly: blue. Hex color #6302B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6302B3 is #9CFD4C. Grayscale: #323232. Windows color (decimal): -10288461 or 11731555. OLE color: 11731555.

HSL color Cylindrical-coordinate representation of color #6302B3: hue angle of 272.88º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302B3 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 99 2 179 -
CMYK 0.45 0.99 0 0.30
HSL 272.88º 0.98% 0.35% -
HSV(B) 272.88º 0.99% 0.7% -
XYZ 13.3 5.95 43.1 -
YUV 51.18 200.14 162.11 -
System Red Green Blue C M Y K H S L
Decimal 99 2 179 0.45 0.99 0 0.30 272.88 0.98 0.35
Hex 63 2 B3 2D 63 0 1E 111 62 23
Octal 143 2 263 55 143 0 36 421 142 43
Binary 1100011 10 10110011 101101 1100011 0 11110 100010001 1100010 100011

Color Harmonies of #6302B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6302B3

Black with #6302B3

Text Example


Text Example

White with #6302B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6302B3; }

 p { color: rgb(99,2,179); }

 H1.HeaderClassName
 {
   color: #6302B3;
 }
 .AnyTagClassName
 {
   color: #6302B3;
 }
</style>

background-color css

<style>
 a { background-color: #6302B3; }

 a { background-color: rgb(99,2,179); }

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

border-color css

<style>
 span { border-color: #6302B3; }

 span { border-color: rgb(99,2,179); }

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