Html Css Color HEX #6634C2 Purple Heart

📋 copy color: '#6634C2'

red 102 ◦ green 52 ◦ blue 194

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

Shades of Purple Heart #6634C2

Tints of Purple Heart #6634C2

RGB

 RED value IS 102 (40.23% from 255) = 29.31%

 GREEN value IS 52 (20.7% from 255) = 14.94%

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

R = 29.31%
G = 14.94%
B = 55.75%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6634C2 (or 0x6634C2) is known color: Purple Heart. HEX triplet: 66, 34 and C2. RGB value is (102,52,194). Sum of RGB (Red+Green+Blue) = 102+52+194=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 194 (76.17% from 255 or 55.75% from 348); Max value from RGB is 194 - color contains mainly: blue. Hex color #6634C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6634C2 is #99CB3D. Grayscale: #525252. Windows color (decimal): -10079038 or 12727398. OLE color: 12727398.

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

Color convert

RGB 102 52 194 -
CMYK 0.47 0.73 0 0.24
HSL 261.13º 0.58% 0.48% -
HSV(B) 261.13º 0.73% 0.76% -
XYZ 16.45 9.18 51.94 -
YUV 83.14 190.57 141.45 -
System Red Green Blue C M Y K H S L
Decimal 102 52 194 0.47 0.73 0 0.24 261.13 0.58 0.48
Hex 66 34 C2 2F 49 0 18 105 3A 30
Octal 146 64 302 57 111 0 30 405 72 60
Binary 1100110 110100 11000010 101111 1001001 0 11000 100000101 111010 110000

Color Harmonies of #6634C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6634C2

Black with #6634C2

Text Example


Text Example

White with #6634C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,52,194); }

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

background-color css

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

 a { background-color: rgb(102,52,194); }

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

border-color css

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

 span { border-color: rgb(102,52,194); }

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