Html Css Color HEX #6330C2 Purple Heart

📋 copy color: '#6330C2'

red 99 ◦ green 48 ◦ blue 194

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

Shades of Purple Heart #6330C2

Tints of Purple Heart #6330C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 56.89%

R = 29.03%
G = 14.08%
B = 56.89%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6330C2 (or 0x6330C2) is known color: Purple Heart. HEX triplet: 63, 30 and C2. RGB value is (99,48,194). Sum of RGB (Red+Green+Blue) = 99+48+194=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 194 (76.17% from 255 or 56.89% from 341); Max value from RGB is 194 - color contains mainly: blue. Hex color #6330C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6330C2 is #9CCF3D. Grayscale: #4F4F4F. Windows color (decimal): -10276670 or 12726371. OLE color: 12726371.

HSL color Cylindrical-coordinate representation of color #6330C2: hue angle of 260.96º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6330C2 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 99 48 194 -
CMYK 0.49 0.75 0 0.24
HSL 260.96º 0.6% 0.47% -
HSV(B) 260.96º 0.75% 0.76% -
XYZ 15.94 8.66 51.87 -
YUV 79.89 192.4 141.63 -
System Red Green Blue C M Y K H S L
Decimal 99 48 194 0.49 0.75 0 0.24 260.96 0.6 0.47
Hex 63 30 C2 31 4B 0 18 105 3C 2F
Octal 143 60 302 61 113 0 30 405 74 57
Binary 1100011 110000 11000010 110001 1001011 0 11000 100000101 111100 101111

Color Harmonies of #6330C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6330C2

Black with #6330C2

Text Example


Text Example

White with #6330C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6330C2; }

 p { color: rgb(99,48,194); }

 H1.HeaderClassName
 {
   color: #6330C2;
 }
 .AnyTagClassName
 {
   color: #6330C2;
 }
</style>

background-color css

<style>
 a { background-color: #6330C2; }

 a { background-color: rgb(99,48,194); }

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

border-color css

<style>
 span { border-color: #6330C2; }

 span { border-color: rgb(99,48,194); }

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