Html Css Color HEX #6634D8 Purple Heart

📋 copy color: '#6634D8'

red 102 ◦ green 52 ◦ blue 216

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

Shades of Purple Heart #6634D8

Tints of Purple Heart #6634D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 58.38%

R = 27.57%
G = 14.05%
B = 58.38%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6634D8 (or 0x6634D8) is known color: Purple Heart. HEX triplet: 66, 34 and D8. RGB value is (102,52,216). Sum of RGB (Red+Green+Blue) = 102+52+216=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 216 (84.77% from 255 or 58.38% from 370); Max value from RGB is 216 - color contains mainly: blue. Hex color #6634D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6634D8 is #99CB27. Grayscale: #555555. Windows color (decimal): -10079016 or 14169190. OLE color: 14169190.

HSL color Cylindrical-coordinate representation of color #6634D8: hue angle of 258.29º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6634D8 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 52 216 -
CMYK 0.53 0.76 0 0.15
HSL 258.29º 0.68% 0.53% -
HSV(B) 258.29º 0.76% 0.85% -
XYZ 19.1 10.24 65.94 -
YUV 85.65 201.57 139.66 -
System Red Green Blue C M Y K H S L
Decimal 102 52 216 0.53 0.76 0 0.15 258.29 0.68 0.53
Hex 66 34 D8 35 4C 0 F 102 44 35
Octal 146 64 330 65 114 0 17 402 104 65
Binary 1100110 110100 11011000 110101 1001100 0 1111 100000010 1000100 110101

Color Harmonies of #6634D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6634D8

Black with #6634D8

Text Example


Text Example

White with #6634D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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